'Declaration
Public Overloads Function GetPositionAtOffset( _ ByVal offset As Integer, _ ByVal tagFilter As Predicate(Of Tag) _ ) As C1TextPointer
public C1TextPointer GetPositionAtOffset( int offset, Predicate<Tag> tagFilter )
Parameters
- offset
- The offset.
- tagFilter
- A predicate that can be called to check if a Tag should count as offset. The predicate should return true iff the tag doesn't count. Can be null, which means no filter.
Return Value
A new position at the offset indicated, or null if the offset goes off the document.